home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000023_micky@shum.cc.huji.ac.il_Wed Feb 8 21:33:20 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  2KB

  1. Received: from shum.cc.huji.ac.il by cs.umb.edu with SMTP id AA04137
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Wed, 8 Feb 1995 12:33:56 -0500
  3. Received: from cc.huji.ac.il (yam-suff.cc.huji.ac.il) by shum.cc.huji.ac.il with SMTP id AA11441
  4.   (5.67bHU/IDA-1.5 for <tex-k@cs.umb.edu>); Wed, 8 Feb 1995 19:33:21 +0200
  5. Received: by cc.huji.ac.il; (5.65/1.1.8.2/22Jan95-0120PM)
  6.     id AA19389; Wed, 8 Feb 1995 19:33:20 +0200
  7. Date: Wed, 8 Feb 1995 19:33:20 +0200 (IST)
  8. From: "Michael Engel (The Hebrew University)" <micky@yam-suff.cc.huji.ac.il>
  9. To: tex-k@cs.umb.edu
  10. Subject: OSF1/3.0 makefile warning? (second warning
  11. Message-Id: <Pine.OSF.3.91-heb-2.02.950208193156.9060A-100000@yam-suff.cc.huji.ac.il>
  12. Mime-Version: 1.0
  13. Content-Type: TEXT/PLAIN; charset=US-ASCII
  14.  
  15.  
  16.  
  17.  
  18. There is also another message, please consult:
  19.  
  20. cd web2c; make  SHELL='/bin/sh' CC='cc' CFLAGS='-g '     RANLIB='ranlib' LN='ln -s' DEFS=''                           CCLD='cc' LDFLAGS='-g  ' LIBS=''              x_extra_libs='-ldnet_stub' x_include_flags=''     x_lib_flags=''   YACC='bison -y' LEX='flex' LEXLIB='' al
  21. l
  22. Expect one shift/reduce conflict.
  23. bison -y -d -v web2c.yacc
  24. conflicts:  1 shift/reduce
  25. cc -I./../lib -I../.. -g  -c web2c.c
  26. cc -I./../lib -I../.. -g  -c y.tab.c
  27. flex web2c.lex
  28. cc -I./../lib -I../.. -g  -c lex.yy.c
  29. /usr/lib/cmplrs/cc/cfe: Warning: web2c.lex, line 459: prototype declaration and non-prototype definition found for yyunput, the type of this parameter is not compatible with the type after applying default argument promotion
  30.  unsigned char c;
  31.  --------------^
  32. cc -o web2c -g   web2c.o y.tab.o lex.yy.o   ../lib/lib.a ../../kpathsea/kpathsea.a  
  33.